-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws_eks_cluster_versions new data source #40741
base: main
Are you sure you want to change the base?
aws_eks_cluster_versions new data source #40741
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
Couple of things to be clarified here.. the acceptance test is not passing as there seems to be a discrepancy between what the API is returning and what the Go SDK has string types for. The Go SDK has hyphenated strings in their ClusterVersionStatus type but the API is returning snake cased for the same status. |
…to f-aws_eks_cluster_versions-newdatasource
@jar-b created the clusterVersionStatus variable since there is an upstream PR raised where the service response and AWS types don't match. Their suggestion was to create a custom enum till they fix it. Here's the issue: aws/aws-sdk-go-v2#2942 |
@jar-b does this look ok to you? |
…to f-aws_eks_cluster_versions-newdatasource
…to f-aws_eks_cluster_versions-newdatasource
Description
This PR involves regarding the new
DescribeClusterVersions
api that AWS introduced recently. It involves a new data source for the same.Relations
Closes #40706
References
Output from Acceptance Testing